home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Magazin: Amiga-CD 1996 September & October
/
Amiga-CD 1996 #9-10.iso
/
ausgabe_9_96
/
kommunikation
/
mm_030
/
rexx
/
mm_write.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1996-04-29
|
232b
|
16 lines
/*
** Example script for MM_WriteMsg
*/
address 'MAILMANAGER'
MSG.FROMADDR = '39:102/10'
MSG.TO = 'Maurizio Fabiani'
MSG.TOADDR = '2:335/602.0@fidonet'
MSG.SUBJ = 'Test'
MSG.FLAGS = 'PVT CRASH'
MM_WriteMsg 'MATRIX' 'MSG'
say RC